Activity
inline fun <A : Activity> Activity(flags: Set<IntentFlag> = emptySet(), launchType: NavigationSpec.Activity.LaunchType = LaunchType.NoResult): NavigationSpec.Activity<A>
Creates an Activity
Parameters
A
the type of android.app.Activity to navigate to
flags
Set of IntentFlag to add to the navigation Intent
launchType
The LaunchType to determine how the Activity should be launched